Home > biomechZoo > Toolbox > Machine Learning > CNN1D_data_prepration.m

CNN1D_data_prepration

PURPOSE ^

CNN1D_data_prepration(ml_data) converts train and test inputs to a 4D array

SYNOPSIS ^

function ml_data=CNN1D_data_prepration(ml_data)

DESCRIPTION ^

 CNN1D_data_prepration(ml_data) converts train and test inputs to a 4D array
 Prepares input data for CNN1D
 
 ARGUMENTS
   ml_data       ...   struct, data struct extracted using train_test_split
 
 RETURNS
   ml_data       ...   struct, with CNN1D layers and train/test 4D array

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Sun 10-Mar-2024 22:39:06 by m2html © 2005